home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easytext / _SETUP.1 / EasyText.exe / 0 / RCDATA / TBTNBOTTOMDLG2 / TBTNBOTTOMDLG2.txt
Text File  |  1999-01-10  |  3KB  |  132 lines

  1. object BtnBottomDlg2: TBtnBottomDlg2
  2.   Left = 129
  3.   Top = 88
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add External Program'
  6.   ClientHeight = 271
  7.   ClientWidth = 420
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 401
  20.     Height = 201
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 65
  28.     Height = 16
  29.     Caption = 'Current List'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object OKBtn: TBitBtn
  38.     Left = 48
  39.     Top = 228
  40.     Width = 77
  41.     Height = 27
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     TabOrder = 0
  49.     OnClick = OKBtnClick
  50.     Kind = bkOK
  51.     Margin = 2
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object HelpBtn: TBitBtn
  56.     Left = 299
  57.     Top = 228
  58.     Width = 77
  59.     Height = 27
  60.     HelpContext = 19
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 1
  68.     Kind = bkHelp
  69.     Margin = 2
  70.     Spacing = -1
  71.     IsControl = True
  72.   end
  73.   object ListBox1: TListBox
  74.     Left = 24
  75.     Top = 48
  76.     Width = 369
  77.     Height = 97
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ItemHeight = 13
  84.     ParentFont = False
  85.     TabOrder = 2
  86.   end
  87.   object Button2: TButton
  88.     Left = 240
  89.     Top = 160
  90.     Width = 121
  91.     Height = 27
  92.     Caption = 'Remove Program'
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clBlack
  95.     Font.Height = -13
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     TabOrder = 3
  100.     OnClick = Button2Click
  101.   end
  102.   object BitBtn2: TBitBtn
  103.     Left = 174
  104.     Top = 228
  105.     Width = 77
  106.     Height = 27
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -13
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 4
  114.     Kind = bkCancel
  115.   end
  116.   object Button1: TButton
  117.     Left = 56
  118.     Top = 160
  119.     Width = 121
  120.     Height = 25
  121.     Caption = 'Add Program'
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clBlack
  124.     Font.Height = -13
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 5
  129.     OnClick = Button1Click
  130.   end
  131. end
  132.